type github.com/andybalholm/brotli.bitWriter
9 uses
github.com/andybalholm/brotli (current package)
bitwriter.go#L11: type bitWriter struct {
bitwriter.go#L19: func (w *bitWriter) writeBits(nb uint, b uint64) {
bitwriter.go#L35: func (w *bitWriter) writeSingleBit(bit bool) {
bitwriter.go#L43: func (w *bitWriter) jumpToByteBoundary() {
brotli_bit_stream.go#L650: func buildAndStoreHuffmanTreeFastBW(histogram []uint32, histogram_total uint, max_bits uint, depth []byte, bits []uint16, bw *bitWriter) {
compress_fragment_two_pass.go#L222: func storeMetaBlockHeaderBW(len uint, is_uncompressed bool, bw *bitWriter) {
encoder.go#L8: bw bitWriter
encoder.go#L14: e.bw = bitWriter{}
entropy_encode_static.go#L785: func storeStaticCodeLengthCodeBW(bw *bitWriter) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |